@charset "UTF-8";
body {
	margin-left: 0px;
	height: auto;
}

h1 {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 33px;
	margin-left: 8%;
	text-align: left;
	margin-top: 9%;
}
h2 {
	color: rgba(171,167,175,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 24px;
	text-align: left;
	margin-left: 8%;
	margin-top: -2%;
}
.section1 {
	margin-left: 6.25%;
	margin-top: -3%;
	font-weight: lighter;
	float: left;
	width: 25%;
	margin-right: 3.12%;
	text-align: center;
}
.section2 {
	margin-top: -3%;
	text-align: center;
	font-weight: lighter;
	margin-left: 3.12%;
	float: left;
	width: 25%;
	margin-right: 3.12%;
}
.section3 {
	width: 25%;
	margin-top: -3%;
	text-align: center;
	font-weight: lighter;
	margin-left: 3.12%;
	margin-right: 6.25%;
	float: right;
}
.section4 {
	margin-left: -27.75%;
	width: 25%;
	margin-top: 3%;
	text-align: center;
	font-weight: lighter;
	float: left;
	margin-right: 3.12%;
}
.section5 {
	margin-left: 3.12%;
	margin-top: 3%;
	font-weight: lighter;
	float: left;
	margin-right: 3.12%;
	width: 25%;
	text-align: center;
}
.section6 {
	width: 25%;
	font-weight: lighter;
	float: left;
	text-align: center;
	margin-left: 3.25%;
	margin-top: 3%;
}

a {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
nav {
	width: 29%;
	margin-top: -4%;
	margin-left: 67%;
	text-align: center;
	display: block;
}
.navHOME {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
}
.navREELS {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-left: 7%;
}
.navABOUT {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	margin-left: 7%;
}
.navCONTACT {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	margin-left: 7%;
}
.navHOME:hover {
	color: rgba(152,149,149,1);
}
.navREELS:hover {
	color: rgba(152,149,149,1);
}
.navABOUT:hover {
	color: rgba(152,149,149,1);
}
.navNarrative {
	font-weight: lighter;
	color: rgba(3,3,3,1.00);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	vertical-align: baseline;
}
.navDocumentary {
	font-weight: lighter;
	color: rgba(3,3,3,1.00);
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navMusicVideo {
	font-weight: lighter;
	color: rgba(3,3,3,1.00);
	text-align: center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.navCorporate {
	font-weight: lighter;
	color: rgba(3,3,3,1.00);
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navMG {
	font-weight: lighter;
	color: rgba(3,3,3,1.00);
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navExperimental {
	font-weight: lighter;
	color: rgba(3,3,3,1.00);
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navNarrative:hover {
	-webkit-opacity: 50%;
	opacity: 0.8;
}
.navDocumentary:hover {
	-webkit-opacity: .80;
	opacity: .80;
}
.navMusicVideo:hover {
	-webkit-opacity: .80;
	opacity: .80;
}
.navCorporate:hover {
	-webkit-opacity: .80;
	opacity: .80;
}
.navExperimental:hover {
	-webkit-opacity: .80;
	opacity: .80;
}
.navMG:hover {
	-webkit-opacity: .80;
	opacity: .80;
}
.navCONTACT:hover {
	color: rgba(135,129,129,1);
}
body br {
	margin-left: 0px;
}
.section13 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: large;
	margin-left: 58%;
	float: left;
	margin-top: -18%;
}
.ABOUT {
	font-weight: lighter;
	font-size: 1.5em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.CONTACT {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	margin-bottom: 13%;
}
.section12 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: larger;
	float: left;
	margin-left: 58%;
	margin-top: -27%;
}
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: medium;
    width: 300px;
}
.section9 {
	margin-left: 8%;
	width: 44%;
	margin-top: 6%;
}
.section10 {
    margin-left: 51%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    width: 41%;
    font-size: larger;
    margin-top: -40%;
    height: 0%;
}
.section11 {
	margin-left: 9%;
	margin-top: -3%;
	width: 0%;
}
.section7 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-align: center;
	margin-top: 6%;
	width: 82%;
	margin-left: 9%;
}
.section8 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: lighter;
	width: 82%;
	margin-left: 9%;
	border-width: thin;
}
.photoMG {
	border-width: thin;
	border-style: solid;
}
.section14 {
    text-align: justify;
    margin-left: 8%;
    float: left;
    width: 47%;
    margin-top: 0%;
	}
.section15 {
	margin-left: 70%;
	margin-top: -25%;
	float: left;
	width: 6%;
}
.narrtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	width: 15%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 8%;
}
.corpotitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	width: 15%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 8%;
}
.musicvidtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	width: 22%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 8%;
}
.MGtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	width: 34%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 8%;
}
.EXPEtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	width: 17%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 8%;
}
.doctitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	width: 21%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 8%;
}
.Thanks {
	margin-left: 86%;
	width: 23%;
	margin-top: -12%;
	height: 9%;
}
body header h2 {
}
.FASTTRAKphoto {
}
.videoDIGICARD {
	border-width: thin;
	border-style: solid;
}
.centerR {
	width: 90%;
	margin-left: 5%;
	text-align: center;
}
.center {
	width: 100%;
	text-align: center;
}
.TextAbout {
	width: 100%;
}
.videoMG {
	border-width: thin;
	border-style: solid;
}
.TextAbout1 {
    width: 99%;
}
.TextAbout2 {
    width: 99%;
}
@media screen and (max-width:750px){
.TextAbout1 {
    width: 99%;
}
.videoDIGICARD {
}
h2 {
	color: rgba(171,167,175,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: -3%;
	margin-left: -1%;
}
h1 {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 33px;
	text-indent: 103px;
	text-align: center;
	margin-top: 9%;
	margin-left: -14%;
}
.section1 {
	margin-top: -6%;
	text-align: center;
	font-weight: lighter;
	float: left;
}
.section2 {
	margin-top: -6%;
	text-align: center;
	font-weight: lighter;
	float: left;
}
.section3 {
	margin-top: -6%;
	text-align: center;
	font-weight: lighter;
	float: right;
}
.section4 {
	text-align: center;
	font-weight: lighter;
	float: left;
	margin-top: 1%;
	margin-left: 6%;
}
.section5 {
	text-align: center;
	font-weight: lighter;
	float: left;
	margin-left: 3%;
	margin-top: 1%;
}
.section6 {
	text-align: center;
	font-weight: lighter;
	float: right;
	margin-left: 3%;
	margin-right: 6%;
}
nav {
	margin-top: 8%;
	margin-left: 35%;
}
.photoN {
	width: 100%;
	height: 100%;
}
.photoD {
	width: 100%;
	height: 100%;
}
.photoC {
	width: 100%;
	height: 100%;
}
.photoMV {
	width: 100%;
	height: 100%;
}
.photoMG {
	width: 100%;
	height: 100%;
}
.photoExperi {
	width: 100%;
	height: 100%;
}
.section7 {
    margin-left: 39%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    margin-top: 6%;
    width: 25.5%;
}
.section8 {
	margin-left: 23%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: lighter;
	margin-top: -2%;
}
.photoCONTACT {
}
.videoRESPONSIVE  {
    width: 143%;
    height: 20%;
    float: left;
    margin-left: -30%;
}
.section14 {
    margin-top: 6%;
    text-align: center;
    margin-left: 16%;
    width: 26%;
    height: 19%;
    float: left;
}
.section15 {
    width: 16%;
    margin-left: 57%;
    margin-top: -31%;
    float: left;
}
.videoEDiT {
	width: 19%;
}
.section9 {
    margin-left: 9%;
    margin-top: -8%;
    width: 24%;
}
.section10 {
    margin-left: 38%;
    width: 59%;
    margin-top: 19%;
}
.section10.desktop {
    margin-top: -70px;
}
.section11 {
	margin-left: 9%;
	margin-top: -3%;
	width: 51%;
}
.videoKATIA {
	width: 300%;
	height: 0%;
	margin-left: -99%;
	float: left;
}
.ABOUT {
	font-weight: lighter;
	font-size: 1.1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.CONTACT {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
	margin-top: -200%;
	margin-left: 0%;
}
.section12 {
	margin-top: 14%;
	margin-left: 9%;
}
.FASTTRAKphoto {
	width: 149%;
	height: 25%;
	margin-left: -25%;
}
.videoMG {
	border-width: thin;
	border-style: solid;
}
.TextAbout2 {
    width: 180%;
    margin-left: -82%;
}
.TextAbout1 {
    width: 101%;
}
}

@media screen and (max-width:600px){
h1 {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	margin-left: -28%;
	text-indent: 103px;
	margin-top: 9%;
	width: auto;
}
h2 {
	color: rgba(171,167,175,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 17px;
	letter-spacing: 0px;
	text-align: center;
	margin-left: 12px;
	margin-top: -13px;
}
nav {
	margin-top: 7%;
	margin-bottom: 6%;
	width: 33%;
	margin-left: 33%;
}
.photoN {
}
.photoD {
}
.photoMV {
}
.photoMG {
}
.photoExperi {
}
.section1 {
	margin-left: 11%;
	margin-top: -29%;
	text-align: center;
	font-weight: lighter;
	float: left;
	width: 36%;
}
.section2 {
	margin-top: -43%;
	text-align: center;
	font-weight: lighter;
	float: left;
	margin-left: 55%;
	width: 36%;
}
.section3 {
	margin-top: 2%;
	text-align: center;
	font-weight: lighter;
	margin-left: 11%;
	float: left;
	width: 36%;
}
.section4 {
	margin-top: 2%;
	text-align: center;
	font-weight: lighter;
	float: left;
	margin-left: 2%;
	width: 36%;
}
.section5 {
	margin-left: 11%;
	margin-top: 1%;
	text-align: center;
	font-weight: lighter;
	float: left;
	width: 36%;
}
.section6 {
	margin-left: 55%;
	margin-top: -64%;
	text-align: center;
	font-weight: lighter;
	float: left;
	margin-top: -44%;
	width: 36%;
}
.photoC {
}
.section7 {
    margin-left: 21%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    width: 61%;
    margin-top: 0%;
}
.section8 {
	margin-left: 22%;
	margin-top: 0%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: lighter;
	width: 61%;
}
.section11 {
	margin-left: 9%;
}
.section12 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: larger;
	margin-left: 9%;
	margin-top: 21%;
}
.section13 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: large;
	margin-top: -119%;
	margin-left: 9%;
	margin-bottom: 148px;
}
	.section14 {
	text-align: center;
	margin-left: 22%;
	margin-top: 0%;
	width: 61%;
}
.photoCONTACT {
}
.narrtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 37%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.musicvidtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 37%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.doctitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 37%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.EXPEtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 37%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.corpotitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 37%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.musicvidtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 37%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.section15 {
	width: 80%;
	margin-left: 12%;
	margin-top: -7%;
}
.videoEDIT {
	width: 174%;
	margin-left: -39%;
	float: left;
	height: 0%;
}
.videoMG {
	width: 210%;
	height: 0%;
	margin-left: -56%;
	border-width: thin;
	border-style: solid;
}
.section9 {
    margin-left: 10%;
    margin-top: -21%;
}
.section10 {
    margin-left: 44%;
    width: 53%;
    margin-top: -27%;
}
.doctitle {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 1.1em;
    width: 21%;
    color: rgba(168,161,162,1.00);
    margin-left: 14%;
}
.MGtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	width: 46%;
	color: rgba(168,161,162,1.00);
	margin-top: 4%;
	margin-left: 14%;
}
.CONTACT {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 13%;
}
.ABOUT {
	font-weight: lighter;
	font-size: 1.1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.videoKATIA {
	width: 150%;
	height: 0%;
	margin-left: -27%;
	float: left;
}
.FASTTRAKphoto {
	width: 130%;
	margin-left: -17%;
	height: 27%;
}
.videoRESPONSIVE {
	width: 160%;
	height: 0%;
	margin-left: -32%;
}
.videoDIGICARD {
	margin-left: -11%;
	border-width: thin;
	border-style: solid;
	width: 117%;
	height: 0%;
}
.TextAbout {
    width: 104%;
    margin-top: 26px;
}
.section10 {
}
.videoMG {
	border-width: thin;
	border-style: solid;
	width: 117%;
	height: 0%;
	margin-left: -11%;
}
.TextAbout1  {
    margin-top: 19%;
    margin-left: -90%;
    width: 195%;
}
.TextAbout2 {
    margin-left: -75%;
}
}
.desktop {
    margin-top: -37%;
    width: 47%;
    margin-left: 45%;
}
